← Back to issue list

override-prime disables primed-stage-packages

View original Launchpad issue

Metadata

Project
snapcraft (launchpad)
Number
#2097440
Type
issue
State
open
Author
~valentin.david
Labels
Created
2025-02-05 14:34:29.093314+00:00
Updated
2025-02-17 10:37:44.024470+00:00
Closed

Current evaluation

No evaluation has been recorded for this issue yet.

Issue body

Consider the following `snapcraft.yaml` ``` name: something version: '0.1' summary: something description: something base: core24 confinement: strict parts: something: plugin: nil stage-packages: - libbrotli1 override-prime: | craftctl default ``` `SNAPCRAFT_BUILD_INFO=1 snapcraft` will generate a manifest with an empty `primed-stage-packages`. But if I remove `override-prime`, then it will work correctly.

Evaluation history

No evaluation history available.